home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / libs / svgabg55 / notes256.svg < prev    next >
Encoding:
Text File  |  1994-08-23  |  2.3 KB  |  83 lines

  1. SuperVGA 256 BGI driver 
  2. Version 3.2
  3. August 23, 1994
  4.  
  5. Revisions:
  6.     3.2 - August 23, 1994
  7.     3.15 - July 20, 1994
  8.     3.1 - March 30, 1994
  9.     3.05 - March 8, 1994
  10.     3.0 - August 28, 1993
  11.     2.6 - May 21, 1993
  12.     2.5 - April 20, 1993
  13.     2.45 - January 28, 1993
  14.     2.4 - June 12, 1992
  15.  
  16. This is the newest version of my SuperVGA 256 BGI driver.  I have fixed 
  17. several bugs in the previous releases, as well as added several improvements.
  18.  
  19.     o 1024x768x256 color mode is now supported on Tseng 4000,
  20.       Chips&Tech, Trident 8900 and Ahead video cards.
  21.  
  22.     o Getimage and putimage will work with bitmaps up to the 
  23.      size of available memory. (> 64k)
  24.  
  25.     o VESA support has been added.
  26.  
  27.     o Added setvgapalette256 function.
  28.  
  29.     o Floodfill is implemented. (still slow!) (2.0)
  30.  
  31.     o Added new logical operations to putimage (2.25)
  32.       XNOR_PUT
  33.       NOR_PUT
  34.       NAND_PUT
  35.       TRANS_COPY_PUT - Treats 0 as transparent (useful for cursors)
  36.  
  37.     o Logical operations for putimage actually work correctly! ;-> (2.3)
  38.  
  39.     o Fixed minor line drawing bug (2.31)
  40.  
  41.     o Support for the S3 card (non-native mode) has been added (2.4)
  42.  
  43.     o Paging has been implemented for SuperVGA cards that support it (2.4)
  44.       (Currently only support Tseng4000, C&T, Paradise and Video7;
  45.        ATI and Genoa cards do not support paging above 64k)
  46.  
  47.     Mode            Paging?        # of pages (with 1024k)
  48.     320x200            yes         16
  49.     640x400            yes         4
  50.     640x480            yes         3
  51.     800x600            yes         2
  52.     1024x768        no        1
  53.     640x350            yes         4
  54.     1280x1024        no        0    (needs 1.2M)
  55.  
  56.     o Mouse code hooks added (2.45)
  57.  
  58.     o New card support added, changed old card support (2.5)
  59.         Acumos, Avance Logic 2101, Cirrus 54xx, Compaq, MXIC 68020, NCR, 
  60.         Primus 2000, Realtek
  61.  
  62.     o Paging enhanced to work with new cards (2.5)
  63.  
  64.     o Fixed text clipping at right and bottom edges (2.6)
  65.  
  66.     o Various speed optimizations (line & solid bar) (2.6)
  67.  
  68.     o Added compile-time support for 8x8, 8x14, or 8x16 bitmap fonts (2.6)
  69.  
  70.     o Drivers now have compile-time support for BGI version 3.0.
  71.       Supports protected mode with Borland Pascal 7.0 (3.0)
  72.  
  73.     o Fixed Cirrus Logic detect bug (3.05)
  74.  
  75.     o New, improved card detection support (3.1)
  76.       Supports IITAGX, UMC, HMC, Weitek cards.
  77.  
  78.     o Fixed Chips & Technologies detect bug (3.15)
  79.  
  80.     o Integrated support for HGXMOUSE mouse cursor TSR. (3.15)
  81.  
  82.     o Fixed IIT AGX bankswitch bug (3.2)
  83.